home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / MandelInvMixFix.Form < prev    next >
Text File  |  1994-07-13  |  251b  |  31 lines

  1. MandelInvMixFix
  2. {
  3.     {
  4.         x1=-1.5
  5.         x2= 1.5
  6.         y1=-1.1
  7.         y2= 1.1
  8.         par1.r=-0.02
  9.         par1.i=0.0
  10.         par2.r=0.1282186
  11.         par2.i=-0.0521646
  12.         bailout=2.0
  13.     }
  14.     {
  15.         c=par2
  16.         t=par1/par2
  17.         c=c-t
  18.         z=pixel
  19.     }
  20.     {
  21.         z=z*z
  22.         z=z+c
  23.         w=abs(z)
  24.     }
  25.     {
  26.         w>bailout
  27.     }
  28.     {
  29.     }
  30. }
  31.